home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
techno2a
/
techabou.frm
< prev
next >
Wrap
Text File
|
1999-10-05
|
6KB
|
174 lines
VERSION 5.00
Begin VB.Form Credits
BackColor = &H00808080&
BorderStyle = 1 'Fixed Single
Caption = " Volume 2 October 1, 1999"
ClientHeight = 4875
ClientLeft = 4395
ClientTop = 2640
ClientWidth = 5595
Icon = "techabout.frx":0000
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4875
ScaleWidth = 5595
Begin VB.CommandButton Command2
Caption = "About"
Height = 855
Left = 1080
TabIndex = 7
Top = 3960
Width = 855
End
Begin VB.CommandButton Command1
Caption = "Home"
Height = 855
Left = 120
TabIndex = 2
Top = 3960
Width = 855
End
Begin VB.Shape Shape1
Height = 2775
Left = 120
Top = 1080
Width = 5415
End
Begin VB.Label Label5
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Mohamad ""Mo"" Albaurob for beer and sponsors."
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 720
Index = 1
Left = 360
TabIndex = 6
Top = 2880
Width = 5220
WordWrap = -1 'True
End
Begin VB.Label Label5
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Bjorn Larsson for the Cartoon idea."
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Index = 0
Left = 690
TabIndex = 5
Top = 2400
Width = 4260
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Charlie Vance and Eunice W for humor."
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 600
Left = 120
TabIndex = 4
Top = 1680
Width = 5400
WordWrap = -1 'True
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "This MonthsThanks go to: "
BeginProperty Font
Name = "Arial Narrow"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1200
TabIndex = 3
Top = 1200
Width = 3135
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "To Subscribe to Tech Notes E-Mail Scottw68@msn.com. Every Month there will be a new edition. "
ForeColor = &H8000000E&
Height = 735
Index = 1
Left = 2640
TabIndex = 1
Top = 4080
Width = 2895
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = $"techabout.frx":164A
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 975
Index = 0
Left = 0
TabIndex = 0
Top = 0
Width = 5535
End
End
Attribute VB_Name = "Credits"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
FrmStart.Show
Unload Me
End Sub
Private Sub Command2_Click()
frmAbout.Show
Unload Me
End Sub
Private Sub Label3_Click()
Label3.ForeColor = QBColor(4)
End Sub